1Script Team (Open Source)

The 1Script Team is an open-source collective whose entire public catalog is presently represented by the OneScript engine, a lightweight cross-platform runtime that interprets a Russian-language dialect of ECMAScript-like code. Originally created to let 1C:Enterprise developers reuse business-logic routines outside the 1C platform, the engine has evolved into a general-purpose scripting environment suitable for Windows-based automation, build pipelines, and quick utility apps. Typical use cases include scheduled data exchange between 1C databases and external web services, batch PDF or Excel generation, test fixtures for 1C extensions, and small command-line tools that need 1C-compatible syntax without the overhead of the full 1C server stack. Because the runtime is open source, integrators embed it into larger .NET or Mono projects, while system administrators rely on its portable executable to run .os scripts from Task Scheduler or CI servers such as Jenkins and GitLab. Syntax highlighting and debugging support are available through community plug-ins for VS Code, IntelliJ, and Sublime Text, and the engine ships with a standard library that covers file operations, HTTP calls, JSON, XML, and basic cryptography. Although the current ecosystem revolves around a single package, the modular architecture encourages contributors to extend the core with additional native or managed libraries. The OneScript engine is offered for free on get.nero.com, where downloads are delivered through trusted Windows package sources like winget, always pulling the latest stable release and allowing users to install or update the runtime in unattended batches alongside other applications.

OneScript engine

OneScript engine

Details